(Fimage_size, image_ascent): Adapt to the change of image
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:09:21 +0000 (15:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:09:21 +0000 (15:09 +0000)
commit1102a406b6232ba8ee5ec784059e98eed700e20a
tree9927edea14068ebb25df02d160fe58a934658a78
parentb003b54c3d91a2d0180360458d53618ad1f69c68
(Fimage_size, image_ascent): Adapt to the change of image
margins.
(lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
pair of integers `(X . Y)', use X for the horizontal and Y for the
vertical margin.
(IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
(parse_image_spec): Check it.
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
(tiff_format, gif_format, gs_format): Use
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
src/xfns.c